CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv 边缘检测

搜索资源列表

  1. cvision

    0下载:
  2. 简单的MFC+OPENCV,从文件中读取一张图片并对改图进行边缘检测!-An simple example of MFC&OpenCV.Read an image froe the file,and detect the edge of the image!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7493227
    • 提供者:李奇
  1. xingmfc

    0下载:
  2. 基于MFC用opencv完成对图像和视频的边缘检测和直方图均衡化和对图像和视频的保存。-Opencv on MFC complete with images and video edge detection and histogram equalization and the preservation of images and video.
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:234268
    • 提供者:邢文君
  1. oedgezipp

    0下载:
  2. opencv c++将彩色图图像转换为灰度图像进行边缘检测, -opencv c++ to convert color imagess to gray-scale image edge detection,
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1869941
    • 提供者:举例
  1. TracKIT

    2下载:
  2. TrackIT是一款开放式的机器视觉开发平台,目前集成了从相机输入、色彩转换、彩色图像处理、灰度图像处理、二值图像处理、阈值分割、边缘检测、Blob检测、相机标定、Kalman滤波器、光流跟踪器、最近邻域跟踪、数学形态学方法、机器学习算法等近100个组件,并在不断添加更新中,采用开源OpenCV、WxWidgets、CMU139等标准工具,使用XML动态解析界面,所有参数在界面上直接调整,同时可立即看到调整效果,并可动态加载组件,可用于一般科学研究和机器视觉系统开发。运行时需要.net框架支持。
  3. 所属分类:Special Effects

    • 发布日期:2017-06-19
    • 文件大小:28174450
    • 提供者:黄设
  1. opencvSobel

    0下载:
  2. opencv中sobel边缘检测,检测出2D图像中的边缘-opencv sobel
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11703978
    • 提供者:辛培红
  1. radon

    0下载:
  2. 基于opencv的radon直线检测、直方图均衡、sobel边缘检测等算法。-Opencv of the radon-based line detection, histogram equalization, sobel edge detection algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:5284
    • 提供者:wk
  1. edge

    0下载:
  2. opencv中检测图像中物体的边缘,可以用过纹理识别出边缘-opencv object detection image edge texture, can be used to identify the edge
  3. 所属分类:OpenCV

    • 发布日期:2017-11-14
    • 文件大小:856
    • 提供者:z
  1. rice

    0下载:
  2. 基于OPENCV对图片进行灰度化,二值化,以及边缘检测-OPENCV images based on gray level transformation, binarization, and edge detection
  3. 所属分类:OpenCV

    • 发布日期:2017-11-26
    • 文件大小:2375596
    • 提供者:LI
  1. edgedetect

    0下载:
  2. 基于OPENCV采用Canny算子进行边缘检测,能够很好检测出边缘-Based on OPENCV use Canny operator for edge detection,it can very detect the edge well.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:2695168
    • 提供者:LI
  1. facedetect

    0下载:
  2. opencv的基础代码实现 可以实现边缘检测和图像的其他识别-the basis of opencv code can achieve edge detection and image of the other identification
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:2129
    • 提供者:wanlixin
  1. simplecanny

    0下载:
  2. 基于OpenCV库,采用c++语言实现的canny边缘检测算法核心代码-Based on the OpenCV library, the use of c++ Language canny edge detection algorithm of the core code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:443781
    • 提供者:杨勐
  1. edgedetectOpenCVVCNET

    0下载:
  2. 基于OPENCV 和VC 开发的边缘检测-OPENCV and VC-based development of edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:287791
    • 提供者:潘家财
  1. edge

    0下载:
  2. 应用Canny算子进行图像的边缘检测. 利用OpenCV的快速实现-Application of Canny Operator image edge detection. Use of the rapid realization of OpenCV
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1346
    • 提供者:李义
  1. test2

    0下载:
  2. 使用opencv实现图片的边缘检测工作-err
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:911
    • 提供者:JELL
  1. convert_cascade

    0下载:
  2. contour,边缘检测算法,在opencv,采用c编写-contour
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:607
    • 提供者:Lily
  1. edge

    0下载:
  2. 边缘检测算法(canny),在opencv下采用c编写-canny
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:852
    • 提供者:Lily
  1. include

    0下载:
  2. 应用OpenCV进行边缘检测,利用了Canny准则和Canny算法,OpenCV中提供了封装后的Canny函数,应用这个函数对图像进行边缘检测将取得十分理想的效果-OpenCV application to edge detection, the use of the Canny criteria and Canny Algorithm, OpenCV provides a package after the Canny function, the application of the func
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:11054
    • 提供者:huzhanqi
  1. Canny

    0下载:
  2. 用OpenCV写的采用Canny算法进行边缘检测的程序-Canny
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1419916
    • 提供者:zty
  1. cvery_567334634634

    0下载:
  2. opencv库canny算子源码,可用于边缘检测,开源代码-opencv library source canny operator, can be used for edge detection, open source code
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:17949
    • 提供者:pine051025
  1. OpenCVBorderDetect

    0下载:
  2. 本程序是基于OpenCV进行的图像边缘检测,canny,sobel,laplace等算法的应用-This procedure is based on the OpenCV for image edge detection, canny, sobel, laplace, etc. Application of algorithm
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3951406
    • 提供者:郭大万
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 20 »
搜珍网 www.dssz.com